* config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconf
authorJim Blandy <jimb@redhat.com>
Sun, 20 Jun 1993 20:18:32 +0000 (20:18 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 20 Jun 1993 20:18:32 +0000 (20:18 +0000)
to chew on.  Re-arrange macros to reflect the ordering of the
corresponding macros in configure.in, to facilitate this kind of
checking.

src/config.in

index 0eba46124d74f71d03ba6935fab7df7dd365241f..0e2e0a2623b39334bf14115b6cc63423e0130799 100644 (file)
@@ -79,28 +79,39 @@ and this notice must be preserved on all copies.  */
    that & in the full name stands for the login id.  */
 #undef AMPERSAND_FULL_NAME
 
-/* Some things figured out by the configure script.  */
+/* Some things figured out by the configure script, grouped as they are in
+   configure.in.  */
 #undef HAVE_SYS_TIMEB_H
 #undef HAVE_SYS_TIME_H
+#undef STDC_HEADERS
+#undef TIME_WITH_SYS_TIME
+
+#undef HAVE_LIBDNET
+
 #undef HAVE_ALLOCA_H
+
 #undef HAVE_GETTIMEOFDAY
 #undef HAVE_GETHOSTNAME
 #undef HAVE_DUP2
 #undef HAVE_RENAME
+#undef HAVE_CLOSEDIR
+
+#undef TM_IN_SYS_TIME
 #undef HAVE_TM_ZONE
 #undef HAVE_TZNAME
-#undef TM_IN_SYS_TIME
-#undef STDC_HEADERS
-#undef TIME_WITH_SYS_TIME
+
+#undef const
+
+#undef HAVE_LONG_FILE_NAMES
+
 #undef CRAY_STACKSEG_END
 #undef STACK_DIRECTION
-#undef const
+
 #undef UNEXEC_SRC
-#undef HAVE_LIBDNET
+
+#undef HAVE_LIBXBSD
 #undef HAVE_XRMSETDATABASE
 #undef HAVE_RANDOM
-#undef HAVE_LIBXBSD
-#undef HAVE_CLOSEDIR
 
 /* If using GNU, then support inline function declarations. */
 #ifdef __GNUC__